.. _CMemINI Class: ========================== CMemINI Class ========================== .. toctree:: :maxdepth: 1 +-------------------------------------------------------------------------------------------------------------------------------------+ | **Quick Ref** | +-------------------------------------------------------------------------------------------------------------------------------------+ | void **CMemINI\:\:ClearINI**\() | +-------------------------------------------------------------------------------------------------------------------------------------+ | int **CMemINI\:\:Load**\(:ref:`CString`\& Source) | +-------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`CMemINISection`\* **CMemINI\:\:GetSection**\(:ref:`CString`\& SectionName) | +-------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`CMemINIValue`\* **CMemINISection\:\:Get**\(:ref:`CString`\& Name) | +-------------------------------------------------------------------------------------------------------------------------------------+ | void **CMemINISection\:\:Set**\(:ref:`CString`\& Name, :ref:`CString`\& Value) | +-------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`CString` **CMemINIRes\:\:GetLine**\() | +-------------------------------------------------------------------------------------------------------------------------------------+ ---- --------------- Methods --------------- +----------------------------------------------------------+-----------------------------------------------------------------------------------------+ | **Name** | **Description** | +----------------------------------------------------------+-----------------------------------------------------------------------------------------+ | :ref:`CMemINI\:\:ClearINI` | | +----------------------------------------------------------+-----------------------------------------------------------------------------------------+ | :ref:`CMemINI\:\:Load` | | +----------------------------------------------------------+-----------------------------------------------------------------------------------------+ | :ref:`CMemINI\:\:GetSection` | | +----------------------------------------------------------+-----------------------------------------------------------------------------------------+ | :ref:`CMemINISection\:\:Get` | | +----------------------------------------------------------+-----------------------------------------------------------------------------------------+ | :ref:`CMemINISection\:\:Set` | | +----------------------------------------------------------+-----------------------------------------------------------------------------------------+ | :ref:`CMemINIRes\:\:GetLine` | | +----------------------------------------------------------+-----------------------------------------------------------------------------------------+ .. _CMemINIClearINI: CMemINI\:\:ClearINI ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ :: void CMemINI::ClearINI(); **Remarks** ---- .. _CMemINILoad: CMemINI\:\:Load ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ :: int CMemINI::Load(CString& Source); **Parameters** * :ref:`CString`\& *Source* - **Return Value** ``int`` **Remarks** ---- .. _CMemINIGetSection: CMemINI\:\:GetSection ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ :: CMemINISection* CMemINI::GetSection(CString& SectionName); **Parameters** * :ref:`CString`\& *SectionName* - **Return Value** Returns :ref:`CMemINISection`\* **Remarks** ---- .. _CMemINISectionGet: CMemINISection\:\:Get ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ :: CMemINIValue* CMemINISection::Get(CString& Name); **Parameters** * :ref:`CString`\& *Name* - **Return Value** Returns :ref:`CMemINIValue`\* **Remarks** ---- .. _CMemINISectionSet: CMemINISection\:\:Set ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ :: void CMemINISection::Set( CString& Name, CString& Value); **Parameters** * :ref:`CString`\& *Name* - * :ref:`CString`\& *Value* - **Remarks** ---- .. _CMemINIResGetLine: CMemINIRes\:\:GetLine ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ :: CString CMemINIRes::GetLine(); **Return Value** Returns :ref:`CString` **Remarks**